home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr26 / start1_1.zip / START.TXT < prev   
Text File  |  1993-06-01  |  2KB  |  55 lines

  1. Date :  21/5/1992 Doc V1.1
  2. Start for Dos V1.1
  3.  
  4.                     ++++++++++ Start V1.1 ++++++++++
  5.              ++++++++++ By Dirk Vandenheuvel 1992 ++++++++++
  6.  
  7. 1. What is Start
  8. Start is a easy to use 'application launcher'. I wrote this program
  9. because I hated to issue dos commands like dir *.exe, dir *.com etc.. to
  10. find out which programs could be run. Start works much like the dos dir
  11. command, but it gives a list of executable files in a pop-up window.
  12. Pressing the corresponding key will launch that application. It is also
  13. possible to give a filemask like "Start *.exe". Start will than display
  14. only the exe files in it's window. If there are more than 20 programs in
  15. the window, you can select a new page with the Pageup/Pagedown keys. If
  16. you want to exit start without starting an application you can use the
  17. Enter, Esc or End keys.
  18. When you launch a com or exe file, start will be erased from memory which
  19. means that the started application will have the full memory all to
  20. itself. However, when you run a bat file, start will have to use
  21. command.com to start the file resulting in a serious reduction of system
  22. memory. So don't try to launch memory-intensive batch files (like a batch
  23. file to start Ultima7 for example) with start.
  24. If you want to pass arguments to an application you can start it with
  25. the ctrl key. Pressing Ctrl and the corresponding key will activate a
  26. pop up window in which you can enter the arguments for the application.
  27. Take note that the arguments have to be separated with a space.
  28.  
  29. 2. Freeware
  30. Start is Freeware. This means you can copy it as much as you like as long as
  31. you don't change anything to the original program.
  32. The following files should be included in Start11.lzh (or other compression
  33. format).
  34.                 - Start.exe         : main executable
  35.                 - Start.txt         : this text file
  36.  
  37. 3. The programmer
  38. If you like this program and would like to have the C source or you
  39. would like to use this program (or a modified version) in your own
  40. application. You can contact me at:
  41.  
  42.         Dirk Vandenheuvel
  43.         Wildenhoge 20
  44.         3020 Winksele
  45.         Belgium.
  46.  
  47.         or
  48.  
  49.         Netmail to 2:292/600.21609
  50.  
  51.         or (if you don't live on the other side of the galaxy)
  52.         leave a message on Tornado BBS +32 (0)16/640466
  53.  
  54.  
  55.